COM AT+CSCA - Address of the SMS service centre
COM Version 1.0		12.01.05	T. Kleinmann

from attglobals import *

AT+CSCA=?
WAIT FOR OK

AT+CSCA=strSCA
WAIT FOR OK

AT+CSCA?
WAITFOR (1,'+CSCA: "',strSCA,'",145')

AT+CSCA=strSCA,129
WAIT FOR OK

AT+CSCA?
WAITFOR (1,'+CSCA: "',strSCA,'",129')

AT+CSCA=strSCA,145
WAIT FOR OK

AT+CSCA?
WAITFOR (1,'+CSCA: "',strSCA,'",145')

AT
WAIT FOR OK